#container {
	position: relative;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
.box1 {
}
.box1>p {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 24px 0
}
.button-box {
	text-align: center
}
button {
	display: inline-block;
	background: #fff;
	border: #09f solid 1px;
	color: #09f;
	padding: 8px 10px;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	margin-right: 6px;
	transition: .2s
}
button:hover {
	opacity: .8
}
.code {
	border-radius: 4px;
	font-size: 11px;
	background: #fcfcfc;
	padding: 16px;
	margin: 20px 0 0 0;
	border: #eaeaea solid 1px;
	line-height: 170%;
	overflow-x: auto
}
.code, .code * {
	font-family: InputMono, Consolas
}
#button-box-4 p {
	margin-top: 20px;
	font-size: 13px;
	cursor: pointer;
	color: #777
}
@media screen and (max-width:768px) {
header {
	height: 46px;
	line-height: 46px;
	font-size: 16px
}
#container {
	width: 100%
}
.box1 {
	width: calc(100% - 60px)
}
}